home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / book34.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  197 b   |  9 lines

  1. on mouseDown
  2.   set the castNum of sprite 13 to cast "b065"
  3.   if pressBookButton(13) then
  4.     sound stop 2
  5.     put the text of field "say.text" into field "display field"
  6.     go("say")
  7.   end if
  8. end
  9.